Cuminas DjVu SDK for .NET Framework
Chunk Constructor(String,Byte[])



Chunk ID such as DJVM, DJVU, ...
Byte array contains the chunk data.
Initializes the Chunk object using the specified data.
Syntax
Public Function New( _
   ByVal id As String, _
   ByVal data() As Byte _
)
Dim id As String
Dim data() As Byte
 
Dim instance As New Chunk(id, data)
public Chunk( 
   string id,
   byte[] data
)
public:
Chunk( 
   String^ id,
   array<byte>^ data
)

Parameters

id
Chunk ID such as DJVM, DJVU, ...
data
Byte array contains the chunk data.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Chunk Class
Chunk Members
Overload List

Send Feedback